home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / misc-part1 / 4448 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.5 KB

  1. Path: sourcery.han.de!not-for-mail
  2. Newsgroups: comp.sys.amiga.misc
  3. References: <31154890@rlyon.demon.co.uk> <DMA9vs.IJ7@freenet.carleton.ca> <neilo-0502962326460001@d31-1.cpe.maroochydore.aone.net.au>
  4. From: "Olaf Barthel" <olsen@sourcery.han.de>
  5. Date: Tue, 06 Feb 1996 11:34:49 +0100
  6. X-NewsReader: IntuiNews 1.3a (7.9.95)
  7. Subject: Re: Secret Messages In AmigaOS
  8. Message-ID: <13213573@sourcery.han.de>
  9.  
  10. In Article <neilo-0502962326460001@d31-1.cpe.maroochydore.aone.net.au>, Neil O'Rourke <neilo@m140.aone.net.au> wrote:
  11. > In article <DMA9vs.IJ7@freenet.carleton.ca>, aw785@FreeNet.Carleton.CA
  12. > (Ben Kennedy) wrote:
  13. >
  14. > > Ron Lyon (postmaster@rlyon.demon.co.uk) writes:
  15. > > > While perusing the erudite messages in this area I was amazed to read this
  16. > > > fascinating note from ELCE/F95 to All:
  17. > > >
  18. > > >  EF> Phillip Snell (fruity@dillusio.demon.co.uk) wrote: : Can anyone
  19. > remember
  20. > > >  EF> how to get the secret msg in the About window that said : something to
  21. > > >  EF> the effect of "We made the Amiga, Commodore fucked it up"???
  22. > > >
  23. > > >  EF> That one was in a really old version of the OS (1.1?).  It got changed
  24. > > >  EF> as  soon as C= found out about it.
  25. > > >
  26. > > > It is still there in my A500 1.3.;-))
  27. > >
  28. > > Well... how do you invoke it?  I've an A500 1.3 (2.0 softkicked) as well,
  29. > > and I remember doing all those prefs-related motions several years ago,
  30. > > and the ones with the function keys... don't think I ever saw that one.
  31. >
  32. > This is a rare sucker ... you hold down left alt, left amiga and left
  33. > shift, right alt right shift and right amiga, press F10 and insert a
  34. > disk.  Most times you get the message "The Amiga, born a champion", but
  35. > occasionally you see "We made Amiga, They fucked it up"
  36.  
  37.    I checked the source, you are almost correct :)  In the 33.180 ROM there are
  38. ten messages mapped to the function keys F1 through F10
  39.  
  40.     F1  System Software: Carl, Neil & Kodiak
  41.     F2  Graphics Software: Dale, Bart, Jimm & =RJ=
  42.     F3  QA: Jon, Bruce, Stan, Kim & Jerry
  43.     F4  LG Support: Caryn, Dave, Victor, Terry, Cheryl & Nancy
  44.     F5  CBM software: Andy, Barry, Dave & Eric
  45.     F6  Pics: Sheryl & Jack
  46.     F7  Docs: Rick, Mitch, Peggy & Rob
  47.     F8  Chips: Jay, Akio, Glenn, Edwin, Mark & Dave
  48.     F9  HW: Dave, Bill, ChrisR & Josh
  49.     F10 Moral support: Joe Pillow and the Dancing Fools
  50.  
  51. In earlier code the F10 message actually read "We made Amiga, They fucked it up".
  52. Going back further in time, the help key used to produce the messages
  53. "God help us: Neil, Dale, Bart, Jimm, Andy, JonF, Nancy",
  54. "Help from Neil, Dale, Bart, Jimm, Kodiak, Barry, Sam",
  55. "thanks to Neil, Dale, Bart, Jimm, Kodiak, Barry, Sam". All these message were
  56. added to the Workbench code in the V33 run.
  57.  
  58. The message "The Amiga, born a champion" appears when inserting a disk. "We made Amiga,
  59. They fucked it up" is to appear when removing a disk. It appears only rarely,
  60. probably because of the code that is executed before the conditions are checked if
  61. the message should be displayed.
  62.  
  63. As far as I can tell, the code was #undef'ed in the v34 release and not compiled
  64. into the final ROM code.
  65.  
  66. The story continues. The 1.3 LoadWB command included a patch for
  67. intuition.library/SetWindowTitles to replace the ROM screen title
  68. "Workbench release 1.2." with "Workbench release.". But that's not everything
  69. it did. When running on an 1.2 Kickstart ROM the "The Amiga, born a champion"
  70. message was replaced with " Still a Champion ". Thus, to see the old message
  71. you need an old LoadWB command.
  72.  
  73. --
  74. Home: Olaf Barthel, Brabeckstrasse 35, D-30559 Hannover
  75.  Net: olsen@sourcery.han.de
  76.